home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / jimmer13.zip / JIMMER.DOC < prev    next >
Text File  |  1991-05-12  |  32KB  |  581 lines

  1.           JIMMER (tm) v1.3 .QWK MAIL compatible DOOR for RBBS
  2.  
  3.                    (C)Copyright Jim Goodenough
  4.                                 2 Creekview Ct.
  5.                                 Santa Rosa, CA 95409
  6.    
  7.    ┌────────────────────────────────────────────────────────────────┐
  8.    │ BBS support: 707-538-8710 USR HST                              │
  9.    │              707-538-8780 2400/1200/300                        │
  10.    │                                                                │
  11.    │ Work phone: 707-794-3405 6:00 am - 2:30 pm PST/PDT             │
  12.    │ Home phone: 707-537-1307 3:00 pm - 9:30 pm PST/PDT             │
  13.    │                                                                │
  14.    │ RIME support: Leave mail for me in the SHAREWARE conference    │
  15.    └────────────────────────────────────────────────────────────────┘
  16.  
  17.    JIMMER is a mail DOOR written in QuickBasic 4.5 for RBBS.  I would
  18.    like to acknowledge here that I use 3 routines from the RBBS source:
  19.    namely HASHRBBS, FINDUSER, and FILELOCK (and its associated .ASM
  20.    .OBJ files).
  21.    
  22.    JIMMER generates .QWK packets and receives .REP packets that are
  23.    compatible with popular mail readers such as EZReader and SLMR.
  24.  
  25.    ┌────────────────────────────────────────────────────────────────┐
  26.    │ JIMMER Features:                                               │
  27.    ├────────────────────────────────────────────────────────────────┤
  28.    │ - Allows downloads of RBBS mail in .QWK format,                │
  29.    │ - Supports uploaded reply packets in .REP format,              │
  30.    │ - Allows selective mail downloads from the conference listing, │
  31.    │ - Quick selection to download all mail since last call,        │
  32.    │ - Allows users to save their "profile" of selections,          │
  33.    │ - Permits download of RBBS 'news' file,                        │
  34.    │ - Permits download of RBBS file listings,                      │
  35.    │ - Permits download of RBBS bulletins,                          │
  36.    │ - Has Sysop-editable on-line help,                             │
  37.    │ - Maintains log file of JIMMER usage,                          │
  38.    │ - Maintains RBBS conference security,                          │
  39.    │ - Maintains RBBS private message security,                     │
  40.    │ - Maintains RBBS "time remaining" limits,                      │
  41.    │ - X, Y, Z, and Ymodem-G protocols via external DSZ,            │
  42.    │ - DOS share and DESQview file sharing,                         │
  43.    │ - ANSI/color and monochrome modes.                             │
  44.    └────────────────────────────────────────────────────────────────┘
  45.    ┌────────────────────────────────────────────────────────────────┐
  46.    │ JIMMER Requirements:                                           │
  47.    ├────────────────────────────────────────────────────────────────┤
  48.    │ - DOS 3.0 or later                                             │
  49.    │ - RBBS 17.3 Message files, Users files, DORINFOx.DEF files.    │
  50.    │ - Familiarity with RBBS DOORS,                                 │
  51.    │ - Chuck Forsberg's DSZ file transfer protocol,                 │
  52.    │ - Phil Katz's PKZIP/PKUNZIP,                                   │
  53.    │ - ANSI.SYS (only required if your users select color graphics) │
  54.    └────────────────────────────────────────────────────────────────┘
  55.    ┌────────────────────────────────────────────────────────────────┐
  56.    │ Copying and Distributing JIMMER:                               │
  57.    ├────────────────────────────────────────────────────────────────┤
  58.    │ JIMMER may be copied and distributed freely. If you distribute │
  59.    │ JIMMER on communications systems such as a BBS or CompuServe,  │
  60.    │ The Source, Genie, etc, you must include the following files   │
  61.    │ as a set (using ARC, ZIP, LZH, PAK, etc).  No fee other than a │
  62.    │ disk and handling charge (up to $5) may be charged.  The       │
  63.    │ JIMMER Mail DOOR is copyrighted and no modification may be     │
  64.    │ made.                                                          │
  65.    ├────────────────────────────────────────────────────────────────┤
  66.    │ - EPILOG──────────sample JIMMER epilog file                    │
  67.    │ - JIMRDOOR.BAT────sample JIMMER DOOR batch file                │
  68.    │ - JIMMER.CFG──────sample JIMMER configuration file             │
  69.    │ - JIMMER.DOC──────JIMMER documentation                         │
  70.    │ - JIMMER.EXE──────JIMMER executable                            │
  71.    │ - JIMMER.HLP──────JIMMER on-line help file                     │
  72.    │ - JIMMER.LOG──────sample JIMMER log file                       │
  73.    │ - JIMMER.LST──────sample JIMMER conference list                │
  74.    │ - JIMMER.REG──────JIMMER registration Form                     │
  75.    │ - PRONEW.DOC──────PROFILE file conversion utility DOCumentation│
  76.    │ - PRONEW.EXE──────PROFILE file conversion utility 1.2---> 1.3  │
  77.    │ - THANKS.TXT──────Thank you to those who have helped me        │
  78.    │ - UPGRADE.DOC─────new features info and how to upgradw JIMMER  │
  79.    │ - WELCOME─────────sample JIMMER welcome file                   │
  80.    └────────────────────────────────────────────────────────────────┘
  81.    ┌────────────────────────────────────────────────────────────────┐
  82.    │                                                                │
  83.    │                       !! Warning !!                            │
  84.    │                                                                │
  85.    │ I will not be held responsible for any damages caused by use,  │
  86.    │ misuse, or inability to use JIMMER.  Use this product at your  │
  87.    │ own risk.                                                      │
  88.    │                                                                │
  89.    │                *** Back up your files! ***                     │
  90.    │                                                                │
  91.    └────────────────────────────────────────────────────────────────┘
  92.    ┌────────────────────────────────────────────────────────────────┐
  93.    │ JIMMER Registration:                                           │
  94.    ├────────────────────────────────────────────────────────────────┤
  95.    │ JIMMER is NOT public domain, it's SHAREWARE. That means you    │
  96.    │ pay a registration fee if you use JIMMER on your BBS on a      │
  97.    │ permanent basis (i.e., after a one month trial period). The    │
  98.    │ registration cost is minimal and will allow me to write new    │
  99.    │ and improved versions of JIMMER.   Please note that the        │
  100.    │ registered version is the same as the unregistered version     │
  101.    │ except that your own BBS node name, ID, and serial number is   │
  102.    │ displayed rather than mine.  All upgrades to JIMMER are free.  │
  103.    │ These policies may change without notice.  See JIMMER.REG for  │
  104.    │ details.                                                       │
  105.    └────────────────────────────────────────────────────────────────┘
  106.    ┌────────────────────────────────────────────────────────────────┐
  107.    │ Installing JIMMER:                                             │
  108.    └────────────────────────────────────────────────────────────────┘
  109.    
  110.    1) Create a directory for JIMMER's files.  It can be on any drive 
  111.       and you can use any name you like.  Create a 'tmp' directory 
  112.       below this directory for JIMMER to create its temporary files.  
  113.       For example, assuming you run RBBS from a \rbbs directory, you 
  114.       could create \rbbs\jimmer and \rbbs\jimmer\tmp.  This is the 
  115.       example I will refer to throughout the rest of this DOC, but 
  116.       the set of directories you create can be different.  The 'tmp' 
  117.       directory below your JIMMER directory must always be named 'tmp',
  118.       however.  The JIMMER.CFG file and JIMMER.EXE command line will 
  119.       allow you great flexibility.
  120.  
  121.    ┌────────────────────────────────────────────────────────────────┐
  122.    │ Note: There is absolutely NO requirement in JIMMER that the    │
  123.    │       directory you run RBBS from be called "\rbbs" !!         │
  124.    └────────────────────────────────────────────────────────────────┘
  125.  
  126.    2) Copy JIMMER.EXE to a directory in your PATH or be prepared to
  127.       enter the full pathname to JIMMER.EXE inside your JIMMER DOOR
  128.       batch file.
  129.  
  130.    3) Create a batch file for the DOOR such as the one listed below.
  131.  
  132.       <beginning of file, name it: JIMRDOOR.BAT, or whatever you like>
  133.  
  134.       watchdog.com off <──────────────────────────────────────────────┐
  135.                                                                       │
  136. ┌───> JIMMER.EXE RBBS-nodenum Full-path-to-JIMMER.CFG                 │
  137. │                                                                     │
  138. │     <end of file>                                                   │
  139. │                                                                     │
  140. │  ┌──────────────────────────────────────────────────────────────────┤
  141. │  │ If your JIMMER.CFG file is set up with an entry "DC=Y", (OK to   │
  142. │  │ drop carrier), then JIMMER will let users logoff from within the │
  143. │  │ door by dropping carrier.    The loss of carrier will however    │
  144. │  │ create lots of problems  (i.e., reboots) if you don't turn off   │
  145. │  │ any "watch-dog" carrier detect monitoring programs.              │
  146. │  └──────────────────────────────────────────────────────────────────┘
  147. ├─────────────────────────────────────────────────────────────────────┐
  148. │ RBBS supplies the node number when you open doors.  The "RBBS-      │
  149. │ nodenum" on the JIMMER command line may be substituted in using %1. │
  150. │ The full-path-to-JIMMER.CFG I refer to is "c:\rbbs\jimmer\" in      │
  151. │ my example here.                                                    │
  152. │                                                                     │
  153. │ You may run a 'local' session of JIMMER by editing the DORINFOx.DEF │
  154. │ file and changing the COM1 or COM2 entries to COM0 and putting your │
  155. │ name in the spot where the user's first name normally goes, or by   │
  156. │ putting the name "SYSOP" where the first name goes and a zero length│
  157. │ string in the spot where the user's last name goes.                 │
  158. └─────────────────────────────────────────────────────────────────────┘
  159.  
  160.    4) Be sure to add a JIMMER entry (JIMRDOOR if you follow my example
  161.       above exactly) to your RBBS DOOR menu....
  162.  
  163. ┌─────────────────────────────────────────────────────────────────────┐
  164. │ The following is a "map" of how JIMMER could be set up on hard disk │
  165. └─────────────────────────────────────────────────────────────────────┘
  166.  
  167.                      ┌──this is the so-called JIMMER directory referred
  168.                      │  to throughout this documentation
  169.                      │
  170. \─┬─RBBS──────────JIMMER───────────TMP
  171.   │ │             │                │
  172.   │ MAINM.DEF     JIMMER.CFG       JIMMER puts temporary files such as
  173.   │ MAINU.DEF     JIMMER.LOG       the .QWK index and message files here.
  174.   │ JIMRDOOR.BAT  JIMMER.LST
  175.   │ DORINFOx.DEF  JIMMER.HLP
  176.   │ .             PROFILE
  177.   │ .
  178.   │ .
  179.   │ etc
  180.   │
  181.   ├─"Somewhere in your DOS PATH", or full pathname used in JIMRDOOR.BAT
  182.   │  │
  183.   │  JIMMER.EXE
  184.   │
  185.   └─"other files and directories on your disk"
  186.  
  187.    5) Copy the JIMMER.HLP, WELCOME, and EPILOG files to your JIMMER
  188.       directory.  You can modify these files to contain any text you
  189.       wish.  They do not need to exist for JIMMER to operate correctly.
  190.  
  191.    6) Create "JIMMER.CFG" in \rbbs\jimmer sub-directory created in 
  192.       step #1.  Use the following format...
  193.  
  194.       The real config file you use will NOT have the comment lines
  195.       such as "───notes───", "path to RBBS's messages", etc.
  196.  
  197. ──actual config file starts below here─┬─notes────────────────────────────────
  198. C:\RBBS\                               │ path to RBBS's messages files     (a)
  199. C:\RBBS\                               │ path to RBBS's users files        (a)
  200. C:\RBBS\CALLERS                        │ filespec for RBBS's CALLERS file  (h)
  201. SYSOP'S_SECRET_FIRST_NAME              │ your secret Sysop first name
  202. SYSOP'S_SECRET_LAST_NAME               │ your secret Sysop last name
  203. 82                                     │ the 'width' of "master.dir"       (b)
  204. 100                                    │ security level for Sysop
  205. C:\RBBS\BULLETIN\B                     │ path and prefix for RBBS bulletins
  206. C:\RBBS\DIR\MASTER.DIR                 │ path and filename for master.dir  (c)
  207. C:\RBBS\MENU\MAIN.NWS                  │ path and filename for RBBS 'news'
  208. 5                                      │ security level to enter messages
  209. 5                                      │ security level to read messages
  210. 707-538-8710, 707-538-8780             │ phone number(s) for your BBS
  211. Jim Goodenough, Sysop                  │ public_first public_last, Sysop
  212. DC=Y                                   │ Y=ok to drop carrier, N=not ok
  213. C:\RBBS\JIMMER\JIMMER.LOG              │ Path and filename for JIMMER's log
  214. MAINM.DEF                              │ name of RBBS main messages file   (d)
  215. MAINU.DEF                              │ name of RBBS main users file      (d)
  216. C:\RBBS\JIMMER\PROFILE                 │ path/filename for JIMMER's 'profile'
  217. 200                                    │ max # of msgs per DL per conference 
  218. 1000                                   │ max # of msgs total per DL
  219. NC=6                                   │ tells JIMMER column for news date (e)
  220. 23                                     │ number of lines before page break
  221. FMS=CRON                               │ CRON=time sort, ALPH=alpha sort   (f)
  222. C:\RBBS\                               │ path to DORINFOx.DEF              (a)
  223. -1,-1                                  │ COM port address,IRQ              (g)
  224. ───actual config file stops above here─┴──────────────────────────────────────
  225.  
  226. (a) The trailing back-slashes are CRITICAL!
  227.  
  228. (b) If you don't run FMS, just enter 82.  If you do run FMS, this is the
  229.     width of the file (usually MASTER.DIR).  It is also equal to the value
  230.     of RBBS 17.3 config item #219 plus 38.
  231.  
  232. (c) If you don't run FMS, create a file that has one 80 character long line
  233.     filled with spaces and enter its path and filename here.  Be sure to
  234.     count the trailing carriage return and line feed in the 82 characters!
  235.     This won't send the user any files, but will ensure JIMMER finds a file
  236.     it can open and ZIP up for the download packet.
  237.  
  238. (d) The actual name of the RBBS messages and users files are shown here for
  239.     the MAIN conference only.  Your set-up may very well include the names
  240.     MESSAGES and USERS here.  ALL OTHER conference names must abide by the
  241.     conventions "CONFERENCE_NAMEM.DEF" and "CONFERENCE_NAMEU.DEF" for
  242.     messages and users files, respectively.
  243.  
  244.     In the case of the main conference, enter the name YOU USE here. If the
  245.     filename ends in "m.def" or "u.def", include that as well.
  246.  
  247.     The corresponding entry in the file JIMMER.LST is always MAIN.
  248.     (see JIMMER.LST below)
  249.  
  250. (e) In order to download only news since the "set date" on JIMMER's main
  251.     menu, enter the column of the date on each header entry of your news
  252.     file, i.e.,
  253.  
  254. ┌───JIMMER-compatible news file starts here...
  255.       =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  256.     =-=-=-=-=-=-=-=-= DIRECTORY ASSISTANCE News =-=-=-=-=-=-=-=-=-=
  257.   =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  258.  
  259. --- <05-11-91> JIMMER 1.3 released ------------------------------------
  260.  
  261. I have released JIMMER 1.3. RBBS Sysops...Download it today!
  262.  
  263. --- <04-02-91> {COMMO} 4.53 released ----------------------------------
  264.  
  265. Fred Brucker has released {COMMO} 4.53...Download it today!
  266. └───JIMMER-compatible news file ends here...
  267.  
  268. In my JIMMER.CFG, I have the entry "NC=6" since the date in each header
  269. of my news file ALWAYS starts in column 6.  You must not include the
  270. quotes around the NC=6!  The date must be in the format MM-DD-YY.  If
  271. you coincidentally have text with the body of the news item with a date
  272. in this format, you will likely end the news item listing if the date is
  273. older than the "set date".
  274.  
  275. Your other option, if you don't like the restriction of my column and date
  276. format is to specify "NC=-1".  Doing so will force JIMMER to include the 
  277. whole news file in every JIMMER download, if requested.
  278.  
  279. (f) Enter "FMS=CRON" if your FMS directories are chronologically sorted.
  280.     I.e., your newest files are appended to the end of your master
  281.     directory, and all older files are listed in chronological order
  282.     in prior lines of the file.  This includes chaining.  Enter "FMS=ALPH"
  283.     if your FMS directories are alphabetically sorted.  I.e., your
  284.     files are in an FMS directory structure and they are sorted
  285.     alphabetically.  Using "FMS=ALPH" forces JIMMER to search through
  286.     the entire set of FMS directories (if chained properly).  Using
  287.     "FMS=CRON" makes JIMMER only look until it finds one file older than
  288.     the 'set date', and then it quits.  This is much faster than the
  289.     "CRON" more, but inappropriate for Sysops maintaining alphabetical 
  290.     listings.
  291.  
  292. (g) This entry tells JIMMER your COM port base address if non-standard. 
  293.     The following COM ports/IRQs are considered standard by JIMMER:
  294.     
  295.     Comm  Base Address  IRQ
  296.     ────  ────────────  ───
  297.      1      3F8 hex      4
  298.      2      2F8 hex      3
  299.      3      3E8 hex      4
  300.      4      2E8 hex      3
  301.  
  302.     If you use THESE EXACT combinations on your node of RBBS, then 
  303.     simply enter "-1,-1" (no quotes) in this JIMMER.CFG entry, and
  304.     JIMMER will read which COM port you use from your DORINFOx.DEF.
  305.     Any other values, or other combination of THESE values, requires 
  306.     the following...
  307.     
  308.     Enter the HEX value of the base address followed by a "," and then
  309.     the value of the IRQ.
  310.     
  311.     Example #1:  You use COM3 with base address 3E8 and your setup 
  312.                  requires you to use IRQ 5, the proper entry in 
  313.                  JIMMER.CFG would be 3E8,5.
  314.  
  315.     Example #2:  You use COM1 with base address 3F8 and your setup 
  316.                  requires you to use IRQ 3, the proper entry in 
  317.                  JIMMER.CFG would be 3F8,3.                 
  318.     
  319.     In fact, even if you use the "standard" configurations I list
  320.     in the table above, you can enter the appropriate base address
  321.     and IRQ if you wish....for example 3F8,4 will work if you use 
  322.     COM1 and IRQ 4.
  323.  
  324. (h) This entry tells JIMMER the path to your CALLERS file.  In the 
  325.     event that a door user drops carrier in the door, the RBBS CALLERS
  326.     file would have a 'hole' in it since neither RBBS nor JIMMER can
  327.     append the CALLERS file with the usual "USERNAME on at" information.
  328.     JIMMER will do that upon the loss of carrier if you enter the 
  329.     full drive/path/filename (filespec) for your CALLERS file here.
  330.     If you wish to have JIMMER leave your CALLERS file alone, simply
  331.     enter "NOLOG" (omit the quotes).
  332.  
  333.  ┌───────────────────────────────┐
  334.  │ Description of JIMMER's files │
  335.  └───────────────────────────────┘
  336.  
  337.  JIMMER.LST is a list of conferences that you carry.
  338.  <a sample file is included in this ZIP file>
  339.  
  340.  The format is:     number,name
  341.  
  342.  where "number" is the JIMMER conference number and "name" is the
  343.  same name you use in RBBS only you delete the "M.DEF".  Use "MAIN"
  344.  in JIMMER.LST for your main conference even if you call your main 
  345.  conference messages file "MESSAGES" and your main confernce users 
  346.  file "USERS".  The numbering scheme is a requirement of the .QWK 
  347.  mail system, not JIMMER.   IT IS VERY IMPORTANT THAT YOU KEEP THE
  348.  NUMBERS UNIQUE FOR ALL CONFERENCES.  This is especially true if you
  349.  delete a conference from the list.  DO NOT RENUMBER THE LIST!!  If 
  350.  you renumber the list you will have mail DOOR users uploading 
  351.  responses to the wrong conference!!  Think about it.
  352.  
  353.  The HIGHEST 'number' allowed in JIMMER.LST is 255, the LOWEST is 0.
  354.  These are limitations of the .QWK mail format.
  355.  
  356.  ────────────────────────────────────────────────────────────────────
  357.  
  358.  JIMMER.LOG is an output file that JIMMER creates and appends when 
  359.  users enter and exit the DOOR.  You do not need to create this file.
  360.  JIMMER will do it when the first caller uses the DOOR.  You may delete
  361.  the file at any time if you wish.
  362.  
  363.  ────────────────────────────────────────────────────────────────────
  364.  
  365.  JIMMER.HLP is a text file that JIMMER uses for on-line help.  You may
  366.  edit this file anyway you like.  JIMMER will insert color in to the
  367.  file if your user is has configured the door for color providing you
  368.  maintain the following format. Each command must be described in a
  369.  paragraph which starts with the following text patterm...
  370.  
  371.  "A)sk me about JIMMER ..." <─────────────────────────────────────────┐
  372.    ─                  ────                                            │
  373.    ^                   ^                                              │
  374.    │                   │                                              │
  375. ┌──┴───────────────────┴──────────────────────────────────────────────┤
  376. │ Of course you will leave out the quotes, but the pattern is a line  │
  377. │ of text in which a right parenthesis in column "2" and a space      │
  378. │ followed by three consecutive dots are both found.  Future versions │
  379. │ of JIMMER may allow more flexibility.                               │
  380. └─────────────────────────────────────────────────────────────────────┘
  381.  
  382.      JIMMER will colorize the text using the same scheme as the colors
  383.  in the main menu.  If you choose not to post JIMMER.HLP, the program
  384.  will create a zero byte JIMMER.HLP file and your users will be told 
  385.  there is no help file available.
  386.  
  387.  ────────────────────────────────────────────────────────────────────
  388.  
  389.  PROFILE is a file that stores your user's download preferences.  It is
  390.  shared by all nodes of JIMMER on multi-node RBBSs. You do not need to
  391.  create this file...JIMMER will do it when the first DOOR user saves
  392.  a profile.  You can delete this file at any time,  It will not create
  393.  a problem for JIMMER, but your users may get upset because they will 
  394.  have to re-enter their preferences.
  395.  
  396.  ────────────────────────────────────────────────────────────────────
  397.  
  398.  JIMMER.CFG is a configuration file for JIMMER.
  399.  <a sample file is included and is described above in detail>
  400.  
  401.  ────────────────────────────────────────────────────────────────────
  402.  
  403.  JIMMER's Commands:
  404.  
  405.  The main menu in JIMMER looks like the following:
  406.  
  407.        ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  408.        ░░░█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█░░░░
  409.        ░░░█ DIRECTORY ASSISTANCE JIMMER (tm) Mail Door █  ░░
  410.        ░░░█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█  ░░
  411.        ░░░░░ User: Tom Wilson                 23 min left ░░
  412.        ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  413.  
  414.         L)ook for new mail          B)ulletins included? [N]┐
  415.         E)rase selected conferences N)ews file included? [N]├─05-01-91
  416.         S)elect conferences         F)ile list included? [N]┘ ───┬────
  417.         P)rofile save               *) Set Date──────────────────┘
  418.         X)pert mode toggle          T)ransfer protocol?  [Zmodem]
  419.         A)ll pointers reset         C)olor menus?        [N]
  420.         H)elp                       M)odify Colors!      [WYRGGMY]
  421.                                     K)eys?               [HOT]
  422.         D)ownload Mail Packet
  423.         U)pload Mail Packet         DATE: 05-12-91  TIME: 16:21:23
  424.  
  425.                   J)IMMER mode (download and goodbye)
  426.                   R)eturn to Directory Assistance
  427.                   G)oodbye (logoff)
  428.  
  429.                   Enter your selection:
  430.  
  431. "A" command: The "A" command resets all conference pointers.  After
  432.              entering this command, all high message pointers in the
  433.              user's record for each conference are set to the highest 
  434.              message in the conference.
  435.              
  436. "F,T,N,B,C": These commands toggle the associated options.
  437.    │   │
  438.    │   └───> JIMMER will only download numbered bulletins...i.e.,
  439.    │         if your bulletin prefix is BUL, JIMMER will only
  440.    │         download BUL1, BUL2, .... , etc.
  441.    │
  442.    └───────> If the user  doesn't select a download protocol, s/he
  443.              will be asked just prior to the download which one to use.
  444.              Ymodem-G is offered to all callers even if they don't
  445.              connect in reliable mode (hardware error checking).
  446.  
  447. "D" command: The "D" command downloads the mail.  After the download,
  448.              the conference high message pointers are updated.  If
  449.              for some reason the download fails (dropped carrier, etc)
  450.              the pointers are not updated.  JIMMER creates 2 files in
  451.              the JIMMER directory, JIMRDSZ.BAT and JIMRDSZ.INF, during
  452.              this process.  Please do not create files with these names
  453.              in the JIMMER sub-directory or they will be over-written.
  454.              
  455.              In ANSI mode (with colors turned on) you will see an asterisk
  456.              flash on and off if personal mail is found while writing 
  457.              messages to a file.    
  458.  
  459. "E" command: The "E" command erases the conference selection criteria
  460.              for each listed conference.  This option is good if you
  461.              want to temporarily erase your assortment of selections so
  462.              that you can just download from a single conference.
  463.  
  464. "G" command: The "G" command drops carrier.  This command is only shown
  465.              if JIMMER.CFG has a "DC=Y" entry.  If the parameter is "DC=N"
  466.              then JIMMER won't even display the option, and users will
  467.              have to exit through the BBS, or by dropping carrier from
  468.              within their communication program.
  469.  
  470. "H" command: The "H" command presents the on-line help in JIMMER.HLP.
  471.  
  472. "J" command: The "J" command performs a mail download followed by
  473.              a dropped carrier.  This command is only shown if
  474.              JIMMER.CFG has a "DC=Y" entry.  If the parameter is
  475.              "DC=N" then JIMMER won't even display the option, and
  476.              users will have to exit through the BBS, or by dropping 
  477.              carrier from within their communication program.
  478.  
  479. "K" command: The "K" command turns on and off 'hot keys'.  Hot keys
  480.              are keys which do not require the user to press the enter
  481.              key after the command is input.  Only menus with single
  482.              keystroke commands available are ever 'hot'.  For example,
  483.              the file selection menu is never 'hot'.  This command is
  484.              a toggle, and the status of the toggle is displayed as
  485.              either "hot"--hot keys on, or "cold"--hot keys off.
  486.  
  487. "L" command: The "L" command lists all conferences on  your RBBS.
  488.              It is just like the mail scan within RBBS.  New mail
  489.              is listed and summarized as shown below:
  490.  
  491. Looking for new mail on Directory Assistance... <press S to stop the listing>
  492.  
  493. MAIN   :   5 new messages 4SALE  :   0 new messages SONGS  :   0 new messages
  494. RBBS   :   9 new messages FISHING:   2 new messages STORIES:   0 new messages
  495. COMMON :   1 new message  POLITCS:   5 new messages MEN    :   0 new messages
  496. .
  497. .
  498. etc
  499. <press return to continue>
  500.  
  501. "M" command: The "M" command lets you modify the color of JIMMER's
  502.               menu text.  Highlighted (bright) colors are the default.
  503.               However the "H" option from withing the modify color
  504.               menu may also be selected and highlighting may be turned
  505.               off for any color.
  506.  
  507. "P" command: The "P" command displays the profile menu.  "S" lets
  508.              you save all JIMMER settings including how you have
  509.              chosen to download the mail.  This avoids the problem
  510.              of having to re-enter your download preferences every
  511.              time you use the door.   In addition, the color
  512.              preferences, protocols, file, news, hot key setting, 
  513.              'set date', and bulletin toggles are all saved.  "R" 
  514.              recalls your profile.  This happens automatically when 
  515.              you first enter the door from the BBS.  Also, if you 
  516.              want to restore your 'normal' profile during the JIMMER 
  517.              session, after having made changes, the "R" command is 
  518.              available.
  519.  
  520. "R" command: The "R" command returns the user return to the BBS.
  521.  
  522. "S" command: The "S" command brings up another menu.  ALL OF THE
  523.              CONFERENCES you list in your JIMMER.LST  will be
  524.              displayed in a table similar to the one shown below:
  525.  
  526.            │ Select a conference . . .                            │
  527.            │                                                      │
  528.            │ MAIN.....9      4SALE.....A     ANSI            ASM  │
  529.            │ BATCH....S      COMMON          RBBS....AY      USR  │
  530.            │                                                      │
  531.            │ You have selected 0 conferences.                     │
  532.  
  533.              The  user  can  select  which  conferences  to retrieve
  534.              mail from with this command.  Additionally, some global
  535.              commands exist.  They are 'ALLSINCE' and 'ALLSINCE n'.
  536.  
  537.              'ALLSINCE' places an "S" by every entry so that JIMMER
  538.              will search for new mail since the last call in every
  539.              conference.  Only conferences the user has joined from
  540.              within RBBS will be downloaded, however.
  541.  
  542.              'ALLSINCE n' places the number 'n' <1-999> by every entry
  543.              making JIMMER give the user the last 'n' messages in each
  544.              conference.  Again, like 'ALLSINCE', only conferences the
  545.              user has joined from within RBBS will be downloaded.
  546.  
  547.              If a conference name is chosen, the sub-menu shown below
  548.              is displayed.   The selections are obvious.  Try them out
  549.              if you need more explanation.
  550.  
  551.            │ Message scan type for MAIN conference . . .            │
  552.            │                                                        │
  553.            │ A.......All mail in the conference                     │
  554.            │ AY......All your mail in the conference                │
  555.            │ S.......Mail since your last mail read <default>       │
  556.            │ MS......Your mail (only) since last mail read          │
  557.            │ X.......Enter the number of messages <1-999> from end  │
  558.            │ R.......Remove this conference from the selection list │
  559.            │                                                        │
  560.            │ Enter your selection:                                  │
  561.  
  562. "U" command: The "U" command lets the user upload his/her replies.
  563.              There is nothing in the .QWK readers that prevents a
  564.              user from trying to upload mail into a conference that
  565.              s/he has not yet joined from within RBBS, but JIMMER
  566.              will not import those messages.  Just prior to the upload
  567.              JIMMER tells the user your nodeid (if registered).
  568.              Otherwise, the nodeid "DIRASNT" will be presented.  This
  569.              is just a reminder so the user knows which .QWK packet
  570.              to upload.
  571.  
  572. "X" command: The "X" command turns on and off the menus.  Also,
  573.              pressing "?" shows you the menu just once if the menu
  574.              has been turned off.
  575.  
  576.              ---[end of JIMMER's documentation]---
  577.              
  578.